diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/guix-web | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix-web b/scripts/guix-web index 9d984bb..cef1464 100755 --- a/scripts/guix-web +++ b/scripts/guix-web @@ -18,7 +18,7 @@ ;;; License along with this program. If not, see ;;; <http://www.gnu.org/licenses/>. -(use-modules ((system repl server)) +(use-modules (system repl server) (guix-web controller) (guix-web server)) |