summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-08-08 07:46:12 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-08-08 07:46:12 -0400
commit3cf49917a050debaede12d80e9edeebd6aad5454 (patch)
treed935cc897daa1eb8780eabc5c30a7383e4dbd1ec /scripts
parentb322aabf6b5fa64090c1874822e41f2071598e39 (diff)
Remove extraneous parens.
* scripts/guix-web: Remove them.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/guix-web2
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))